Can you send me a reference of font script systems?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • franknagy
    New Member
    • Oct 2011
    • 27

    Can you send me a reference of font script systems?

    Gentle Advisors,
    I want to classify the fonts collected on my computer according to the presence and shape of some characters.
    • Is number 1 different from small letter l?
    • Are the Hungarian national characters present?
    • Have they correct accents ? E. g. ugly: ô and õ; nice: ő.

    I am writing a Visual Prolog 5.2 program for this. The language uses the attached dialog for fonts selection.
    Later I can modify all attributes of the chosen font with the built-in predicates except one, the script system ["Írásrendsz er" on the attached picture].
    I figured out which byte of the FONT structure stores the integer code script system. Integer codes are not user-friendly. Denominations are. I found a table of denomination of the script systems:
    Code:
    List of Font Script Codes used in ArchiCAD
    0	Western European	(ANSI_CHARSET)
    128	Japanese	(SHIFTJIS_CHARSET)
    129	Korean	(HANGEUL_CHARSET)
    134	Chinese [PRC, Singapore]	(GB2312_CHARSET)
    136	Chinese [Taiwan, Hong Kong]	(CHINESEBIG5_CHARSET)
    177	Hebrew	(HEBREW_CHARSET)
    178	Arabic	(ARABIC_CHARSET)
    161	Greek	(GREEK_CHARSET)
    162	Turkish	(TURKISH_CHARSET)
    222	Thai	(THAI_CHARSET)
    238	Eastern European 	(EASTEUROPE_CHARSET)
    204	Russian	(RUSSIAN_CHARSET)
    I guess that this table is not complete.
    Would you be so kind to send me a link to a more complete one?
    Regards
    Frank
    Attached Files
Working...