Unit msefcfontselect

Description

This item has no description.

Overview

Functions and Procedures

procedure setupfontinfo(const fontdata: fontdataty; var fontinfo: fontinfoty);
procedure setfontinfoname(const aname: string; var ainfo: fontinfoty);
function buildxftpat(const fontdata: fontdataty; const fontinfo: fontinfoty; const highres: boolean): pfcpattern;
function getfcfontfile(const ainfo: getfontinfoty; out filename: string; out index: integer; out height: integer): boolean;

Types

fontnamety = (...);
fontinfoty = array[fontnamety] of string;

Constants

highresfontshift = 6;
highresfontfakt = 1 shl highresfontshift;
highresfontmask = highresfontfakt - 1;

Variables

defaultfontinfo: fontinfoty;
simpledefaultfont: boolean;
hasdefaultfontarg: boolean;
noxft: boolean;

Description

Functions and Procedures

procedure setupfontinfo(const fontdata: fontdataty; var fontinfo: fontinfoty);

This item has no description.

procedure setfontinfoname(const aname: string; var ainfo: fontinfoty);

This item has no description.

function buildxftpat(const fontdata: fontdataty; const fontinfo: fontinfoty; const highres: boolean): pfcpattern;

This item has no description.

function getfcfontfile(const ainfo: getfontinfoty; out filename: string; out index: integer; out height: integer): boolean;

This item has no description.

Types

fontnamety = (...);

This item has no description.

Values
  • fn_foundry
  • fn_family_name
  • fn_weight_name
  • fn_slant
  • fn_setwidth_name
  • fn_addstyle_name
  • fn_pixel_size
  • fn_point_size
  • fn_resolution_x
  • fn_resolution_y
  • fn_spacing
  • fn_average_width
  • fn_charset_registry
  • fn_encoding
fontinfoty = array[fontnamety] of string;

This item has no description.

Constants

highresfontshift = 6;

This item has no description.

highresfontfakt = 1 shl highresfontshift;

This item has no description.

highresfontmask = highresfontfakt - 1;

This item has no description.

Variables

defaultfontinfo: fontinfoty;

This item has no description.

simpledefaultfont: boolean;

This item has no description.

hasdefaultfontarg: boolean;

This item has no description.

noxft: boolean;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.