import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.text_klayout(text='a', layer='WG').copy()
c.draw_ports()
c.plot()