Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

IfcFontWeight #28

Open
arch1501 opened this issue Feb 5, 2021 · 0 comments
Open

IfcFontWeight #28

arch1501 opened this issue Feb 5, 2021 · 0 comments

Comments

@arch1501
Copy link

arch1501 commented Feb 5, 2021

The text in the specification for IfcFontWeight and the WhereRule are different.
Either 'bold' should be added to the WhereRule or should '600' used for bold, than this has to be claryfied in the description.
And whats about 'small-caps' in the description?

The IfcFontWeight type defines the weight of the font. Values are:

  • normal
  • bold
  • 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900

TYPE IfcFontWeight = STRING;
 WHERE
  WR1 : SELF IN ['normal','small-caps','100','200','300','400','500','600','700','800','900']
END_TYPE;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant