X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.g2d.ontology%2Fgraph%2FG2D.pgraph;h=15506f545bdeef7cddd13824033b870e085a8937;hb=08dc7080753f3ea35985e76e9effb9d3ff92c3b5;hp=cb458bed2b28b7e3609036f1a92f1d4d697ba78a;hpb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.g2d.ontology/graph/G2D.pgraph b/bundles/org.simantics.g2d.ontology/graph/G2D.pgraph index cb458bed2..15506f545 100644 --- a/bundles/org.simantics.g2d.ontology/graph/G2D.pgraph +++ b/bundles/org.simantics.g2d.ontology/graph/G2D.pgraph @@ -92,6 +92,8 @@ G2D.StrokeType L0.Double G2D.LineEnd L0.Boolean + +G2D.fontProperty : L0.Template + @template %subject %predicate %family %size %style + %subject + %predicate _ : G2D.Font + G2D.HasFontFamily %family + G2D.HasFontSize %size + G2D.HasFontStyle %style + +G2D.font : L0.Template + @template %subject %family %size %style + %subject : G2D.Font + G2D.HasFontFamily %family + G2D.HasFontSize %size + G2D.HasFontStyle %style + + \ No newline at end of file